Skip to content

nicolas-ragnell: Implemented optimized matrix multiplication#20

Open
nragnar wants to merge 1 commit into
parallelcomputingabo:mainfrom
nragnar:nicolas-ragnell
Open

nicolas-ragnell: Implemented optimized matrix multiplication#20
nragnar wants to merge 1 commit into
parallelcomputingabo:mainfrom
nragnar:nicolas-ragnell

Conversation

@nragnar
Copy link
Copy Markdown

@nragnar nragnar commented May 8, 2025

Implemented a blocked matrix multiplication with the optimal block size of 32, and a parallel matrix multiplication using OpenMP. The optimal number of threads in my implementation (with my computer) was 4.

Also added a PERFORMANCE.md, where the performance measures are documented within a table.

No major challenges occurred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant